Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/18 - Stopwatch/

assets /cody/swapnilsparsh/30DaysOfJavaScript/18 - Stopwatch/assets/
1 Items
  • stopwatch.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/18 - Stopwatch/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/18 - Stopwatch/index.html
    415 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    script.js /cody/swapnilsparsh/30DaysOfJavaScript/18 - Stopwatch/script.js
    177 Views
    0 Comments
    const timer = document.getElementById('stopwatch');
    const lapBox = document.getElementById('lapBox');
    var hr = 0;
    var min = 0;
    v
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/18 - Stopwatch/style.css
    160 Views
    0 Comments
    *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    }

    @font-face {
    font-family: "sans";